PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / setDisplayMeasureUnitAsPrefix Method
True if the getMeasureUnit is a prefix to the value, otherwise it is a suffix to the value. Default is false.
In This Topic
    setDisplayMeasureUnitAsPrefix Method
    In This Topic
    Sets a value indicating whether the is displayed before or after the calculated unit value.
    The characters specified by and shall be concatenated before considering this method.
    Syntax
    public void setDisplayMeasureUnitAsPrefix( 
       boolean value
    )

    Parameters

    value
    True if the getMeasureUnit is a prefix to the value, otherwise it is a suffix to the value. Default is false.
    See Also